time.Time.absSec (method)
14 uses
time (current package)
format.go#L578: abs := t.absSec()
time.go#L769: func (t Time) absSec() absSeconds {
time.go#L813: return t.absSec().days().date()
time.go#L818: century, cyear, ayday := t.absSec().days().split()
time.go#L825: _, _, ayday := t.absSec().days().split()
time.go#L832: _, _, ayday := t.absSec().days().split()
time.go#L839: return t.absSec().days().weekday()
time.go#L863: days := t.absSec().days()
time.go#L871: return t.absSec().clock()
time.go#L886: return int(t.absSec()%secondsPerDay) / secondsPerHour
time.go#L891: return int(t.absSec()%secondsPerHour) / secondsPerMinute
time.go#L896: return int(t.absSec() % secondsPerMinute)
time.go#L908: _, yday := t.absSec().days().yearYday()
time.go#L1932: return uint64(t.absSec() - marchThruDecember*secondsPerDay)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |